rounded rect: cache arcs
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Sep 2015 13:40:00 +0000 (09:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 29 Sep 2015 13:43:43 +0000 (09:43 -0400)
commitd9f05aa3f9ecf54ff68295616c92d0f03e3e911c
treeeb1c53659774fd8f9fdaa8cb7fb706b3e135daff
parenta768798f2b520b3a385b51f704f76b30020d617a
rounded rect: cache arcs

We are only ever drawing axis-aligned quarter arcs here. By caching
these paths, sincos drops from the profiles for drawing-heavy
workloads.
gtk/gtkroundedbox.c